* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    font-family: Arial,'Microsoft YaHei',SimHei,SimSun;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 24px;
}

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr, dl, dd, select, option, input {
    margin: 0;
    padding: 0;
}

li, img, input, em, select {
    list-style: none;
    border: 0;
    font-style: normal;
    outline: 0;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
    transition:all 0.4s !important;
}

.img-responsive {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}

.img-none {
    display: none !important;
}

.img-position-absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
    transition: all 1s;
}

.tr-04 {
    transition: all .4s !important;
}

.tr-10 {
    transition: all 1s !important;
}

.container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-center {
    text-align: center !important;
}

header {
    width: 100% !important;
    float: left !important;
}

main {
    width: 100% !important;
    float: left !important;
}

footer {
    width: 100% !important;
    float: left !important;
}

nav {
    width: 100% !important;
    float: left !important;
}

.nav {
    float: left !important;
}

.nav > li {
    float: left !important;
}

.nav > li > a {
    float: left !important;
    transition: all .4s;
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}
